Gets the element with the specified key if any.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public T this[
	Guid key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	key As Guid _
) As T
	Get

Parameters

key
Type: System..::..Guid
The key of the element to get.

Return Value

The element with the specified key. If an element with the specified key is not found, return null.

See Also